[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ACOPY()           Fails to copy under certain conditions.

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  ACOPY() fails to copy when the 4th parameter, <nCount>, is NIL in a
  parameter list; e.g., ACOPY(<aSource>, <aTarget>, , , <nTargetPosition>).

  Cause

  Unknown. <nCount> is apparently defaulting to 0 in this incidence.

  Work Around(s)

  Place a valid number in this parameter position; e.g.,
  ACOPY(<aSource>, <aTarget>, , LEN(<aSource>), <nTargetPosition>).

  Notes

  ACOPY(<aSource>, <aTarget>) works satisfactorily for a complete copy.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson